Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ActiveSupport::OrderedHash extractable when using `Array#extract_options! #2827

Merged
merged 1 commit into from
Sep 3, 2011

Conversation

sikachu
Copy link
Member

@sikachu sikachu commented Sep 3, 2011

Make ActiveSupport::OrderedHash extractable when using Array#extract_options!

ActiveSupport::OrderedHash is actually a subclass of the hash, so it does make sense that it should be extractable from the array list.

I think this is a bug, so if there's a backport necessary please let me know. Thanks!

…ct_options!`

`ActiveSupport::OrderedHash` is actually a subclass of the hash, so it does make sense that it should be extractable from the array list.
josevalim added a commit that referenced this pull request Sep 3, 2011
Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_options!
@josevalim josevalim merged commit d50c0ac into rails:master Sep 3, 2011
@sikachu
Copy link
Member Author

sikachu commented Sep 3, 2011

@josevalim thanks bro. Should this one be backported to 3-1-stable and 3-0-stable ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants